WriteIniIntegers
WriteIniIntegers Filename$, Section$, Key$, intArray()
 
Parameters:

    Filename$ = the name of the Ini file
    Section$ = the section name
    Key$ = the key name
    intArray() = an array that contains the values to be written
Returns: NONE
 

WriteIniIntegers writes a range of integer values to an Ini file. The values will be separated by commas.
 
Related Info: WriteIniFloats | WriteIniStrings :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com